Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
SUBDIRS = doxygen manual devref
dist_man1_MANS = form.1

.PHONY: clean-local update_version_man
.PHONY: update_version_man

clean-local:
rm form.1
CLEANFILES = form.1

form.1: update_version_man
$(UPDATE_VERSION_MAN)
Expand Down
2 changes: 1 addition & 1 deletion doc/devref/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TEXFILES = $(TEXSRC) $(MAIN).tex version.tex

EXTRA_DIST = $(TEXSRC)

.PHONY: dvi latex2html html ps pdf clean-local update_version_tex
.PHONY: dvi latex2html html ps pdf update_version_tex

# NOTE: htlatex invalidate .aux, .idx, .dvi files.
HTMLCLEANFILES = idxmake.dvi idxmake.log $(MAIN).4ct $(MAIN).4dx $(MAIN).4ix \
Expand Down
2 changes: 1 addition & 1 deletion doc/manual/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ TEXFILES = $(TEXSRC) $(MAIN).tex version.tex

EXTRA_DIST = $(TEXSRC)

.PHONY: dvi latex2html html ps pdf clean-local update_version_tex
.PHONY: dvi latex2html html ps pdf update_version_tex

# NOTE: htlatex invalidate .aux, .idx, .dvi files.
HTMLCLEANFILES = idxmake.dvi idxmake.log $(MAIN).4ct $(MAIN).4dx $(MAIN).4ix \
Expand Down
Loading