Original commit message from CVS:
* docs/libs/Makefile.am: Change sinclude to include
* docs/gst/Makefile.am: same
* pkgconfig/Makefile.am: Remove GNU-ism from makefile target
+2004-04-19 David Schleef <ds@schleef.org>
+
+ * docs/libs/Makefile.am: Change sinclude to include
+ * docs/gst/Makefile.am: same
+ * pkgconfig/Makefile.am: Remove GNU-ism from makefile target
+
2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
* po/LINGUAS:
DOC=gstreamer
FORMATS=html
html: html-build.stamp
-sinclude $(srcdir)/../upload.mak
+include $(srcdir)/../upload.mak
# generated basefiles
#basefiles = \
else
install-data-local:
uninstall-local:
+all-local:
endif
#
DOC=gstreamer-libs
FORMATS=html
html: html-build.stamp
-sinclude $(srcdir)/../upload.mak
+include $(srcdir)/../upload.mak
# generated basefiles
#basefiles = \
@echo '-- Fixing Crossreferences'
LANG=C && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
touch html-build.stamp
+else
+all-local:
endif
clean-local:
all-local: $(pcfiles) $(pcfiles_uninstalled)
### how to generate pc files
-$(pcfiles): %-@GST_MAJORMINOR@.pc: %.pc
+%-@GST_MAJORMINOR@.pc: %.pc
cp $< $@
-$(pcfiles_uninstalled): %-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
+%-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
cp $< $@
pkgconfigdir = $(libdir)/pkgconfig