blob: 79cf06091fec9af715c017ac948ba8297f577ee7 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# Use this when you have deleted Makefile and do not want to do a full
# build to get it back
cd ..
automake --gnu Docs/Makefile
CONFIG_FILES=Docs/Makefile CONFIG_HEADERS= sh ./config.status
|