meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit 7993cea7f3f256b9147acdf83248b2bf2d9dbf1d
parent 5304a583b085e7d44e8238879d51f7079b6920f9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 23 Feb 2022 15:32:48 +0100

Update the config.mk file

Remove the useless MARKDOWN macro and setup the default value of the
PREFIX macro

Diffstat:
Mconfig.mk | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/config.mk b/config.mk @@ -13,9 +13,5 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# Markdown command to use -MARKDOWN=markdown_py - # Destination where to synchronise data -#PREFIX=OVH:www/projects -PREFIX=/tmp/local +PREFIX=OVH:www/projects