From e28c41cf0e66289cfaf233539e0f42cf7b2646c4 Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 30 Oct 2019 17:40:35 +0000 Subject: doc/*/Makefile.am: remove unnecessary rules. --- doc/tutorial/Makefile.am | 113 ++++++++--------------------------------------- 1 file changed, 19 insertions(+), 94 deletions(-) (limited to 'doc/tutorial/Makefile.am') diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am index f5c7d7742..6a7b1030b 100644 --- a/doc/tutorial/Makefile.am +++ b/doc/tutorial/Makefile.am @@ -1,12 +1,6 @@ # This Makefile.am is in the public domain docdir = $(datadir)/doc/gnunet/ -#DOT_FILES = images/$(wildcard *.dot) - -#DOT_VECTOR_GRAPHICS = \ -# $(DOT_FILES:%.dot=%.eps) \ -# $(DOT_FILES:%.dot=%.pdf) - if ACTIVATE_TEXINFO4 # NOTE: While GNU makeinfo 6.5 supports --css-ref=URL, # makeinfo 4.8 (in NetBSD 8.0, macOS, and maybe other @@ -27,34 +21,7 @@ else AM_MAKEINFOHTMLFLAGS = --split --css-ref="../style.css" --css-ref="../manual.css" endif -#DOT_OPTIONS = \ -# -Gratio=.9 -Gnodesep=.005 -Granksep=.00005 \ -# -Nfontsite=9 -Nheight=.1 -Nwidth=.1 - -# .dot.png: -# $(AM_V_DOT)$(DOT) -Tpng $(DOT_OPTIONS) < "$<" > "$(srcdir)/$@.tmp"; \ -# mv "$(srcdir)/$@.tmp" "$(srcdir)/$@" - -# .dot.pdf: -# $(AM_V_DOT)$(DOT) -Tpdf $(DOT_OPTIONS) < "$<" > "$(srcdir)/$@.tmp"; \ -# mv "$(srcdir)/$@.tmp" "$(srcdir)/$@" - -# .dot.eps: -# $(AM_V_DOT)$(DOT) -Teps $(DOT_OPTIONS) < "$<" > "$(srcdir)/$@.tmp"; \ -# mv "$(srcdir)/$@.tmp" "$(srcdir)/$@" - -# .png.eps: -# $(AM_V_GEN)convert "$<" "$@-tmp.eps"; \ -# mv "$@-tmp.eps" "$@" - -# pdf-local: $(DOT_FILES=%.dot=$(top_srcdir)/%.pdf) -# info-local: $(DOT_FILES=%.dot=$(top_srcdir)/%.png) -# ps-local: $(DOT_FILES=%.dot=$(top_srcdir)/%.eps) \ -# $(top_srcdir)/%D%/images/coreutils-size-map.eps -# dvi-local: ps-local - - -gnunet_tutorial_examples = \ +gnunet_tutorial_examples = \ examples/001.c \ examples/002.c \ examples/003.c \ @@ -80,43 +47,32 @@ gnunet_tutorial_examples = \ examples/022.c \ examples/023.c \ examples/024.c \ - examples/025.Makefile.am \ - examples/026.c \ + examples/025.Makefile.am \ + examples/026.c \ examples/testbed_test.c -info_TEXINFOS = \ +info_TEXINFOS = \ gnunet-tutorial.texi -EXTRA_DIST = \ - $(gnunet_tutorial_examples) \ - htmlxref.cnf \ - run-gendocs.sh \ - docstyle.css \ - manual.css \ - reset.css \ - style.css +EXTRA_DIST = \ + $(gnunet_tutorial_examples) \ + htmlxref.cnf \ + run-gendocs.sh \ + docstyle.css \ + manual.css \ + reset.css \ + style.css -DISTCLEANFILES = \ - gnunet-tutorial.cps \ +DISTCLEANFILES = \ + gnunet-tutorial.cps \ fdl-1.3.cps -# XXX: is this sed invocation portable enough? otherwise try tr(1). -version.texi/replacement: version.texi/replacement/revert - @sed "s/GPACKAGE_VERSION/$(PACKAGE_VERSION)/g" gversion.texi > gversion.texi.tmp - @mv gversion.texi.tmp gversion.texi - -version.texi/replacement/revert: - @echo "@set VERSION GPACKAGE_VERSION" > gversion.texi - @echo "@set EDITION GPACKAGE_VERSION" >> gversion.texi - - - -# FIXME: rm *.html and *.pdf -#doc-clean: -# @rm *.aux *.log *.toc *.cp *.cps - -all: version.texi/replacement +CLEANFILES= \ + stamp-vti \ + version.texi \ + gnunet-tutorial.t2p \ + $(DISTCLEANFILES) doc-all-install: @mkdir -p $(DESTDIR)/$(docdir) @@ -129,34 +85,3 @@ doc-all-install: doc-gendoc-install: @mkdir -p $(DESTDIR)/$(docdir) @cp -r manual $(DESTDIR)/$(docdir) - -# @cp -r images $(DESTDIR)/$(infoimagedir) - -dev-build: version.texi/replacement - @makeinfo --pdf gnunet-c-tutorial.texi - @makeinfo --html gnunet-c-tutorial.texi - @makeinfo --no-split gnunet-c-tutorial.texi - -# TODO: Add more to clean. -clean: version.texi/replacement/revert - @rm -f gnunet-tutorial.pdf - @rm -f gnunet-tutorial.info - @rm -rf gnunet-tutorial.html - @rm -fr gnunet-tutorial.t2p - -# CLEANFILES = \ -# gnunet.log \ -# gnunet-c-tutorial.log \ -# $(wildcard *.aux) \ -# $(wildcard *.toc) \ -# $(wildcard *.cp) \ -# $(wildcard *.cps) - -#.PHONY: version.texi -# if HAVE_EXTENDED_DOCUMENTATION_BUILDING_PDF - -# if HAVE_EXTENDED_DOCUMENTATION_BUILDING_HTML - -# endif -# endif -# endif -- cgit v1.2.3