File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ endif
108108BIN =$(DESTDIR )$(PREFIX ) /bin
109109
110110# For 'make man': sudo apt-get install xsltproc docbook-xsl docbook-xml on Linux
111- DB2MAN =/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
111+ DB2MAN? =/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
112112XP =xsltproc -''-nonet -''-param man.charmap.use.subset "0"
113113MAN_SOURCE =man/cppcheck.1.xml
114114
Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ int main(int argc, char **argv)
366366
367367 fout << " BIN=$(DESTDIR)$(PREFIX)/bin\n\n " ;
368368 fout << " # For 'make man': sudo apt-get install xsltproc docbook-xsl docbook-xml on Linux\n " ;
369- fout << " DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl\n " ;
369+ fout << " DB2MAN? =/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl\n " ;
370370 fout << " XP=xsltproc -''-nonet -''-param man.charmap.use.subset \" 0\"\n " ;
371371 fout << " MAN_SOURCE=man/cppcheck.1.xml\n\n " ;
372372
You can’t perform that action at this time.
0 commit comments