From 83f0eb0058dbd39974dc9166c707cc0bbd4e72fd Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Thu, 7 Nov 2019 21:47:02 -0500 Subject: [PATCH 1/2] Remove unnecessary files --- doc/txt/computes.txt | 137 ------------------------------------------ doc/txt/impropers.txt | 23 ------- 2 files changed, 160 deletions(-) delete mode 100644 doc/txt/computes.txt delete mode 100644 doc/txt/impropers.txt diff --git a/doc/txt/computes.txt b/doc/txt/computes.txt deleted file mode 100644 index b24387e856..0000000000 --- a/doc/txt/computes.txt +++ /dev/null @@ -1,137 +0,0 @@ -Computes :h1 - - diff --git a/doc/txt/impropers.txt b/doc/txt/impropers.txt deleted file mode 100644 index ce829197fe..0000000000 --- a/doc/txt/impropers.txt +++ /dev/null @@ -1,23 +0,0 @@ -Improper Styles :h1 - - From 81e92de83875a1b79551924d2ba9d7f9e5b3d5f9 Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Thu, 7 Nov 2019 21:47:29 -0500 Subject: [PATCH 2/2] Fix doc Makefile --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 5dcb070f4f..eceae88da6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -168,7 +168,7 @@ anchor_check : $(ANCHORCHECK) # ------------------------------------------ -$(RSTDIR)/%.rst : src/%.txt $(TXT2RST) +$(RSTDIR)/%.rst : $(TXTDIR)/%.txt $(TXT2RST) @(\ mkdir -p $(RSTDIR) ; \ . $(VENV)/bin/activate ;\