docs/libs/Makefile.am: Change sinclude to include
authorDavid Schleef <ds@schleef.org>
Mon, 19 Apr 2004 22:54:58 +0000 (22:54 +0000)
committerDavid Schleef <ds@schleef.org>
Mon, 19 Apr 2004 22:54:58 +0000 (22:54 +0000)
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

ChangeLog
docs/gst/Makefile.am
docs/libs/Makefile.am
pkgconfig/Makefile.am

index 345fa6d..d4e4383 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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:
index f555642..9991227 100644 (file)
@@ -8,7 +8,7 @@ DOC_MODULE=gstreamer
 DOC=gstreamer
 FORMATS=html
 html: html-build.stamp
-sinclude $(srcdir)/../upload.mak
+include $(srcdir)/../upload.mak
 
 # generated basefiles
 #basefiles = \
@@ -311,6 +311,7 @@ uninstall-local:
 else
 install-data-local:
 uninstall-local:
+all-local:
 endif
 
 #
index 62e5700..b373ef7 100644 (file)
@@ -8,7 +8,7 @@ DOC_MODULE=gstreamer-libs
 DOC=gstreamer-libs
 FORMATS=html
 html: html-build.stamp
-sinclude $(srcdir)/../upload.mak
+include $(srcdir)/../upload.mak
 
 # generated basefiles
 #basefiles = \
@@ -186,6 +186,8 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
        @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:
index 3aa752e..70bd96a 100644 (file)
@@ -10,9 +10,9 @@ pcfiles_uninstalled =                                         \
 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