diff --git a/Makefile b/Makefile index a99142c..939c454 100644 --- a/Makefile +++ b/Makefile @@ -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) $< > $@ diff --git a/scripts/cls2tex.sh b/scripts/cls2tex.sh index 8ec15eb..ab8cfd8 100755 --- a/scripts/cls2tex.sh +++ b/scripts/cls2tex.sh @@ -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 $@"