Skip to content

Commit

Permalink
demo: pass $(ROFFMACS) to neatroff for *.PDF targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk-Wilhelm Peters authored and aligrudi committed Aug 19, 2020
1 parent 2cfaad5 commit 7011d24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/Makefile
Expand Up @@ -31,7 +31,7 @@ all: test.pdf neatroff.pdf neateqn.pdf neatstart.pdf neatcc.pdf
@echo "Generating $@"
@cat $< | $(SOIN) | \
$(REFR) $(REFROPTS) | $(PIC) | $(TBL) | $(EQN) | \
$(ROFF) $(ROFFOPTS) | $(PPDF) $(POSTOPTS) >$@
$(ROFF) $(ROFFOPTS) $(ROFFMACS) | $(PPDF) $(POSTOPTS) >$@

.ps.pdf:
@echo "Generating $@"
Expand Down
2 changes: 1 addition & 1 deletion demo_fa/Makefile
Expand Up @@ -38,7 +38,7 @@ all: test.pdf fa.pdf
@echo "Generating $@"
@cat $< | $(SOIN) | $(REFR) $(REFROPTS) | $(SHAPE) | \
$(PIC) | $(TBL) | $(EQN) | \
$(ROFF) $(ROFFOPTS) | $(PPDF) $(POSTOPTS) >$@
$(ROFF) $(ROFFOPTS) $(ROFFMACS) | $(PPDF) $(POSTOPTS) >$@

clean:
rm -f *.ps *.pdf *.PDF

0 comments on commit 7011d24

Please sign in to comment.