aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gocryptfs/remove_pandoc.patch
blob: 5f88f117e28e432f355744e5e8a60ec77bf9133b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff -ruN gocryptfs_v1.7.1_src-deps/Makefile gocryptfs_v1.7.1_src-deps/Makefile
--- gocryptfs_v1.7.1_src-deps/Makefile
+++ gocryptfs_v1.7.1_src-deps/Makefile
@@ -1,7 +1,6 @@
 .phony: build
 build:
 	./build.bash
-	./Documentation/MANPAGE-render.bash
 
 .phony: test
 test:
@@ -20,6 +19,4 @@
 install:
 	install -Dm755 -t "$(DESTDIR)/usr/bin/" gocryptfs
 	install -Dm755 -t "$(DESTDIR)/usr/bin/" gocryptfs-xray/gocryptfs-xray
-	install -Dm644 -t "$(DESTDIR)/usr/share/man/man1/" Documentation/gocryptfs.1
-	install -Dm644 -t "$(DESTDIR)/usr/share/man/man1/" Documentation/gocryptfs-xray.1
 	install -Dm644 -t "$(DESTDIR)/usr/share/licenses/gocryptfs" LICENSE