mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-04 19:03:17 +00:00
this can now also go
This commit is contained in:
parent
8572a6dacc
commit
f199fd1866
6
.gitignore
vendored
6
.gitignore
vendored
@ -16,12 +16,6 @@ CMakeFiles/
|
||||
cmake_install.cmake
|
||||
|
||||
|
||||
# manpages
|
||||
|
||||
doc/lsyncd.1.xml
|
||||
doc/lsyncd.1
|
||||
|
||||
|
||||
# generated C code
|
||||
|
||||
defaults.c
|
||||
|
@ -1,9 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Generating configure files... may take a while."
|
||||
|
||||
autoreconf --install --force && \
|
||||
echo "Preparing was successful if there was no error messages above." && \
|
||||
echo "Now type:" && \
|
||||
echo " ./configure && make" && \
|
||||
echo "Run './configure --help' for more information"
|
Loading…
Reference in New Issue
Block a user