Skip to content

Commit

Permalink
chore: clean up .gitignore, remove dead XMLTO method
Browse files Browse the repository at this point in the history
  • Loading branch information
mcr committed Jul 14, 2023
1 parent 2f1090c commit 000b9ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions programs/Makefile.manpages
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ ifneq ($(strip $(XMLTO)),)
%.5: %.5.xml
${XMLTO} man $<

%.5: %.5.ronn
${XMLTO} man $<

%.1: %.1.xml
${XMLTO} man $<
endif
Expand Down
2 changes: 1 addition & 1 deletion testing/unit/48-explicitprefix/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
17-recvdao
48-explicitprefix
*.o

0 comments on commit 000b9ac

Please sign in to comment.