summaryrefslogtreecommitdiff
path: root/docs/manuals.mak
diff options
context:
space:
mode:
authorRichard Boulton <richard@tartarus.org>2001-06-25 20:41:05 +0000
committerRichard Boulton <richard@tartarus.org>2001-06-25 20:41:05 +0000
commit2a39aad1415eda2725671c6866f63cabb684a308 (patch)
tree47eb5249eaff951afae17bc12f44455b6094ecef /docs/manuals.mak
parentbbed116d90156b359ddae295fec575ac9fffde3c (diff)
Remove many unwanted generated files from distributions.
Original commit message from CVS: Remove many unwanted generated files from distributions.
Diffstat (limited to 'docs/manuals.mak')
-rw-r--r--docs/manuals.mak31
1 files changed, 1 insertions, 30 deletions
diff --git a/docs/manuals.mak b/docs/manuals.mak
index 88650bdd1d..9f9fecbcbf 100644
--- a/docs/manuals.mak
+++ b/docs/manuals.mak
@@ -62,42 +62,14 @@ $(manualname)/images:
fi
htmldocs: $(manualname)/$(htmlname) $(manualname)/images
-htmldist: htmldocs
- @if [ -r $(manualname)/$(htmlname) ] ; then \
- echo "Adding $(manualname)/$(htmlname) to distribution" ; \
- $(mkinstalldirs) $(distdir)/$(manualname) ; \
- cp -a $(manualname)/*.html $(distdir)/$(manualname)/ ; \
- else \
- echo "Skipping $(manualname)/$(htmlname) from distribution: can't build" ; \
- fi
-
pdfdocs: $(PDFFILES)
-pdfdist: pdfdocs
- @for a in $(PDFFILES) ; do \
- if [ -r $$a ] ; then \
- echo "Adding $$a to distribution" ; \
- cp -a $$a $(distdir)/ ; \
- else \
- echo "Skipping $$a from distribution: can't build" ; \
- fi \
- done
-
psdocs: $(PSFILES)
-psdist: psdocs
- @for a in $(PSFILES) ; do \
- if [ -r $$a ] ; then \
- echo "Adding $$a to distribution" ; \
- cp -a $$a $(distdir)/ ; \
- else \
- echo "Skipping $$a from distribution: can't build" ; \
- fi \
- done
# Data to install, in the usual automake way
docdatadir = $(datadir)/gstreamer
docdata_DATA = $(PDFFILES) $(PSFILES)
-htmlinst:
+htmlinst: htmldocs
@if [ -r $(manualname)/$(htmlname) ] ; then \
echo "Installing $(manualname)" ; \
$(mkinstalldirs) $(DESTDIR)$(docdatadir)/$(manualname) ; \
@@ -130,7 +102,6 @@ htmluninst:
all-local: htmldocs pdfdocs psdocs
clean-local:
$(RM) -rf $(manualname)/ $(manualname).junk/ images/*.eps images/*.png *.eps *.png *.ps *.pdf *.aux *.dvi *.log *.tex DBTOHTML_OUTPUT_DIR*
-dist-hook: htmldist pdfdist psdist
install-data-local: htmlinst
uninstall-local: htmluninst