Ver código fonte

* Don't run stringfix on help as it's been broken for a while

Bryan Drewery 14 anos atrás
pai
commit
7cf8efb5f8
1 arquivos alterados com 2 adições e 3 exclusões
  1. 2 3
      Makefile.in

+ 2 - 3
Makefile.in

@@ -152,12 +152,11 @@ sort: sorthelp
 	@(src/sorthelp@EXEEXT@ $(HELPFILE) $(HELPFILE) || (cp -f help.txt~ $(HELPFILE); echo "Sort failed, restoring backup."))
 	@rm -f help.txt~
 
-help: makehelp stringfix
-	@src/makehelp@EXEEXT@ $(HELPFILE) src/help.h.tmp~
+help: makehelp
+	@src/makehelp@EXEEXT@ $(HELPFILE) src/help.h~
 	@(if [ ! -f src/help.h ]; then \
 	touch src/help.h; \
 	fi)
-	@$(STRINGFIX) src/help.h.tmp~ src/help.h~ 1
 	@(if test "x`$(DIFF) -qurN src/help.h~ src/help.h`" != "x"; then \
 	cp -f src/help.h~ src/help.h; \
 	fi)