Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-02-27 12:29:15 +03:00
parent 0e54a2730c
commit f3e832e504
2 changed files with 6 additions and 0 deletions

View File

@ -194,6 +194,9 @@ LN := cp -l
#
# NOTE: .sty and .cls are essentially the same in terms of documentation
# generation...
# XXX might be a good idea to place a link/footnote where metadocs were
# originally located...
# ...not sure yet manually or automatically...
%.tex: %.sty %-meta.tex
$(DOC) $< > $@

View File

@ -1,5 +1,8 @@
#!/usr/bin/env bash
#----------------------------------------------------------------------
# XXX might be a good idea to add footnotes with links whare prefized
# sections originally were...
# ...or as an option, replace sections with footnotes when removing...
CMD="$0 $@"