--- papers/freem_history/Makefile 2025/04/22 17:54:09 1.2 +++ papers/freem_history/Makefile 2025/04/24 16:47:58 1.3 @@ -1,10 +1,13 @@ # -# $Id: Makefile,v 1.2 2025/04/22 17:54:09 snw Exp $ +# $Id: Makefile,v 1.3 2025/04/24 16:47:58 snw Exp $ # Build file for FreeM History # # Copyright (C) 2025 Serena Willis # # $Log: Makefile,v $ +# Revision 1.3 2025/04/24 16:47:58 snw +# Reorganize document, add MUMPS language overview +# # Revision 1.2 2025/04/22 17:54:09 snw # Initial draft of FreeM History paper # @@ -13,7 +16,7 @@ # # -outputs = freem_history.ps freem_history.txt freem_history.pdf +outputs = freem_history.ps freem_history.txt freem_history.pdf #freem_history.html all: $(outputs) @@ -23,8 +26,11 @@ freem_history.ps: freem_history.ms freem_history.txt: freem_history.ms refer freem_history.ms | tbl | groff -ms -Tascii > freem_history.txt -freem_history.pdf: freem_history.ps - ps2pdf freem_history.ps freem_history.pdf +freem_history.pdf: freem_history.ms + refer freem_history.ms | tbl | groff -ms -Tpdf > freem_history.pdf + +#freem_history.html: freem_history.ms +# refer freem_history.ms | tbl | groff -ms -Thtml > freem_history.html clean: rm -f $(outputs)