Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
cacalabs
/
toilet
espelhamento de
https://github.com/cacalabs/toilet.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
* Generate the manpage in the make rule, not the configure rule, because
at configure time ${datarootdir} depends on ${prefix} which is defined a bit too late in the script.
pull/1/head
Sam Hocevar
sam
19 anos atrás
pai
67988bb31f
commit
9162cd19e9
2 arquivos alterados
com
4 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+0
-1
configure.ac
+4
-0
doc/Makefile.am
+ 0
- 1
configure.ac
Ver arquivo
@@ -77,6 +77,5 @@ AC_OUTPUT([
tools/Makefile
fonts/Makefile
doc/Makefile
doc/toilet.1
])
+ 4
- 0
doc/Makefile.am
Ver arquivo
@@ -1,6 +1,10 @@
# $Id: Makefile.am 871 2006-09-25 15:58:33Z sam $
EXTRA_DIST = toilet.1.in
CLEANFILES = toilet.1
man_MANS = toilet.1
toilet.1: toilet.1.in
sed -e "s,@data""rootdir@,$(datarootdir),g" $(srcdir)/$^ > $@
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar