mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
docs/libs/Makefile.am: Change sinclude to include
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
This commit is contained in:
parent
272eccde22
commit
b7acf41b85
4 changed files with 13 additions and 4 deletions
|
@ -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>
|
2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* po/LINGUAS:
|
* po/LINGUAS:
|
||||||
|
|
|
@ -8,7 +8,7 @@ DOC_MODULE=gstreamer
|
||||||
DOC=gstreamer
|
DOC=gstreamer
|
||||||
FORMATS=html
|
FORMATS=html
|
||||||
html: html-build.stamp
|
html: html-build.stamp
|
||||||
sinclude $(srcdir)/../upload.mak
|
include $(srcdir)/../upload.mak
|
||||||
|
|
||||||
# generated basefiles
|
# generated basefiles
|
||||||
#basefiles = \
|
#basefiles = \
|
||||||
|
@ -311,6 +311,7 @@ uninstall-local:
|
||||||
else
|
else
|
||||||
install-data-local:
|
install-data-local:
|
||||||
uninstall-local:
|
uninstall-local:
|
||||||
|
all-local:
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -8,7 +8,7 @@ DOC_MODULE=gstreamer-libs
|
||||||
DOC=gstreamer-libs
|
DOC=gstreamer-libs
|
||||||
FORMATS=html
|
FORMATS=html
|
||||||
html: html-build.stamp
|
html: html-build.stamp
|
||||||
sinclude $(srcdir)/../upload.mak
|
include $(srcdir)/../upload.mak
|
||||||
|
|
||||||
# generated basefiles
|
# generated basefiles
|
||||||
#basefiles = \
|
#basefiles = \
|
||||||
|
@ -186,6 +186,8 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
|
||||||
@echo '-- Fixing Crossreferences'
|
@echo '-- Fixing Crossreferences'
|
||||||
LANG=C && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
|
LANG=C && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
|
||||||
touch html-build.stamp
|
touch html-build.stamp
|
||||||
|
else
|
||||||
|
all-local:
|
||||||
endif
|
endif
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
|
|
|
@ -10,9 +10,9 @@ pcfiles_uninstalled = \
|
||||||
all-local: $(pcfiles) $(pcfiles_uninstalled)
|
all-local: $(pcfiles) $(pcfiles_uninstalled)
|
||||||
|
|
||||||
### how to generate pc files
|
### how to generate pc files
|
||||||
$(pcfiles): %-@GST_MAJORMINOR@.pc: %.pc
|
%-@GST_MAJORMINOR@.pc: %.pc
|
||||||
cp $< $@
|
cp $< $@
|
||||||
$(pcfiles_uninstalled): %-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
|
%-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
|
Loading…
Reference in a new issue