⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am.svn-base

📁 The Wifidog project is an open source captive portal solution. It was designed primarily for wireles
💻 SVN-BASE
字号:
SUBDIRS =docdir = ${prefix}/share/doc/wifidog-@VERSION@EXTRA_DIST = \	doxygen.cfg \	doxygen.cfg.in \	README.developers.txtall:doc: doxygen.cfg	echo "doc: " && pwd && 	echo "distdir: " && echo $(distdir)	rm -rf html/ refman.pdf	$(DOXYGEN) doxygen.cfg#	$(MAKE) -C latex/ #	mv latex/refman.pdf ./refman.pdfdist-hook: doxygen.cfg	echo "dist-hook: " && pwd	cd $(srcdir) && pwd && rm -rf html refman.pdf && $(DOXYGEN) doxygen.cfg	cp -rp html ${distdir}clean-local:	echo "clean-local: " && pwd	rm -rf latex/	rm -f *~	rm -f doxygen.log	rm -f doxygen.cfgmaintainer-clean-local: clean-local	echo "maintainer-clean-local: " && pwd	rm -rf html refman.pdfinstall-data-hook:	$(mkinstalldirs) $(DESTDIR)$(docdir)	mkdir -p html #Workaround to allow libofx-cvs user to install without doc.	cp -rp html $(DESTDIR)$(docdir)uninstall-hook:	chmod +w -R $(DESTDIR)${docdir}/html #Why chmod is needed is a mystery	rm -rf $(DESTDIR)${docdir}/html## We borrow guile's convention and use @-...-@ as the substitution## brackets here, instead of the usual @...@.  This prevents autoconf## from substituting the values directly into the left-hand sides of## the sed substitutions.doxygen.cfg: doxygen.cfg.in Makefile	rm -f $@.tmp	sed < $< > $@.tmp \            -e 's:@-top_srcdir-@:${top_srcdir}:g'	mv $@.tmp $@

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -