Makefile.in (webhack, nowebhack): New targets that I forgot to merge from Gnus last.
This commit is contained in:
parent
1a8ae90761
commit
48fb2ce10a
1 changed files with 6 additions and 0 deletions
|
@ -209,6 +209,12 @@ mkinfodir = @cd ${srcdir}; test -d ${infodir} || mkdir ${infodir} || test -d ${i
|
|||
|
||||
info: $(INFO_TARGETS)
|
||||
|
||||
webhack: clean
|
||||
echo '@set WEBHACKDEVEL' > overrides.texi
|
||||
|
||||
nowebhack: clean
|
||||
echo '@clear WEBHACKDEVEL' > overrides.texi
|
||||
|
||||
dvi: $(DVI_TARGETS)
|
||||
|
||||
pdf: $(PDF_TARGETS)
|
||||
|
|
Loading…
Add table
Reference in a new issue